repo.or.cz
/
adiumx.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Minor improvements to the localization updating script to hand a missing Scripts...
[adiumx.git]
/
Plugins
/
Nudge and Buzz Handler
/
AIWindowShaker.h
blob
29b84668a287111af7cf8e20796f3c969275de89
1
#import <Cocoa/Cocoa.h>
2
3
4
@interface AIWindowShaker
:
AIPlugin
{
5
6
}
7
8
-(
void
)
installPlugin
;
9
-(
void
)
uninstallPlugin
;
10
11
@end